@import url('arcaincutility-branding.css');

/* use this css for bootstrap 5 */
/* this css is dependent on arcaincutility-branding.css */
/* use bootstrap 5 .clearfix instead of roll-your-own versions */

/* helpful testing borders */
.dot-border-red {
    border: dotted 1px #f00;
}

.dot-border-green {
    border: dotted 1px #0f0;
}

.dot-border-blue {
    border: dotted 1px #00f;
}

.dot-border-yellow {
    border: dotted 1px #ff0;
}

/* helpful testing borders */

.border-program-limits {
    border: 2px solid green;
}

.text-program-limits {
    color: green;
    font-weight: bold;
}


.copyright {
    font-size: 0.7em;
}

.label-warning {
    font-size: 0.8em;
    font-weight: bold;
}

/*bigger screens*/
@media (min-width: 992px) {
    .btns-programs {
        min-height: 300px;
    }
}

/*smaller screens*/
@media (max-width: 991px) {
    .btns-programs {
        min-height: 100px;
    }
}

.btn-arca {
    background: linear-gradient(#b7d987, #8fc744);
    color: var(--arca-green);
    min-width: 200px;
    font-size: 1.2em;
}

.btn-arca:hover,
.btn-arca:focus,
.btn-arca:active,
.btn-arca.active,
.open .dropdown-toggle.btn-arca {
    color: #fff;
}

.state-hdr {
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    color: var(--arca-green);
    margin: 20px auto 20px auto;
}

#newATO,
#rescheduleCustLookup,
#rescheduleATO {
    display: none;
}

#IdLikeToAnswers,
#RescheduleType {
    padding-left: 20px;
}